@media print
{
	#MainMenu,
	#TopCategoryMenu,
	#SearchBox,
	#SideBar
	{
		display: none !important;
	}
	
	#MainContent
	{
		margin-left: 0px !important;
	}
	
	button { display: none !important; }
	
	body > div
	{
		width: auto !important;
	}
	
	.NoPrint { display: none !important; }
	
	span.OnlyPrintText { display: inline !important;  }
	
	.TabContent
	{
		border-width: 0px !important;
		padding: 0px;
	}
	
	#TopHeader
	{
		margin-bottom: 30px;
		
	}
}

@media (max-width: 1050px) 
{
	.SidebannerHost { display: none; }
}

.OnlyPrintText
{
	display: none;
}

html
{
	overflow-y: scroll;
	height: 100%;
}

body
{
	font-size: 11px;
	font-family: Arial;
	margin: 0px;
	height: 100%;
	background-color: #EBEBEB;
	min-width: 1010px;
	
}

/* ===== [ MainMenu ] ======================================================= */
#TotalHeader
{

}

#TopHeader
{
	margin-top:5px;
	margin-bottom:1px;
	position:relative;
}

#CompactTopCategories
{
	position: relative; 
	float: right; 
	background-color: #585858; 
	color: #fff; 
	border-radius: 5px; 
	padding: 0px 15px; 
	height: 42px; 
	line-height: 42px; 
	width: 12px;
	margin-left: 5px;
	background-image : url('../Images/compactCatMenu.png');
	background-position: 50% 50%;
	background-repeat: no-repeat;
	cursor: pointer;
	
}
.CompactHeaderOnly
{
	display: none;
}

.compactHeader .CompactHeaderOnly
{
	display: block;
}

#CompactTopCategories > div
{
	right: 0px; 
	min-width: 150px; 
	position: absolute; 
	background-color: #585858; 
	border-radius: 5px; 
	top: 35px;
	padding: 5px 0px;
	display: none;
}

#CompactTopCategories:hover > div
{
	display: block;
}

#CompactTopCategories > div > a
{
	line-height: 30px; 
	white-space: nowrap; 
	display: block; 
	color: #fff; 
	text-align: right; 
	padding: 0px 10px; 
	text-decoration: none;
	font-weight: bold;
	transition: background-color 0.5s;
}

#CompactTopCategories > div > a.Selected
{
	background-color: #066AB4;
}

#CompactTopCategories > div > a:hover
{
	background-color: #A9BCF5;
}

#DummyCompactHeader
{
	border-bottom: 1px solid #A0A0A0; 
	background-color: #F2F2F2; 
	position: fixed; 
	width: 100%; 
	z-index: 5100;
	height: 52px;
	padding: 0px;
	top: -53px;
	transition: top 0.2s;
}


#TotalHeader.compactHeader > div
{
	position: fixed; 
	width: 100%; 
	z-index: 5100;
	background-color: #F2F2F2;
	top: 0px;
	left: 0px;
	padding: 5px 0px;
}

#TotalHeader.compactHeader > div > div 
{
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}

.compactHeader #FancySearchBoxHost > .window 
{
	top: 60px !important;
}

#MainMenu
{
	font-family: arial;
	font-size: 11px;
	background-color: #066AB4;
	height: 41px;
	padding: 0px 8px 0px 8px;
	border-radius: 5px;
}

#MainMenu > div > a
{
	color: #FFFFFF;
	text-decoration: none;
	xbackground-color: #066AB4;
	float: left;
	padding: 5px;
	font-weight: bold;
	line-height: 31px;
	transition: background-color 0.5s;
}

#MainMenu > div > a.logoutToUser
{
	color: #FF9933 !important;
}

#MainMenu > div > a:hover
{
	background-color: #A9BCF5;
}

#MainMenu
{
	height: 42px !important;
}

#MainMenu > div > a > span.RightIndicator
{
	background-color: #ffb400; 
	color: #000000; /*#066AB4; */
	font-weight: bold; 
	font-size: 12px; 
	padding: 3px 5px;
	margin-left: 8px; 
	border-radius: 3px;
}

#MainMenu > div > a > span.LeftIndicator
{
	background-color: #B8DBFF; 
	color: #000000; /*#066AB4; */
	font-weight: bold; 
	font-size: 12px; 
	padding: 3px 5px;
	margin-right: 8px; 
	border-radius: 3px;
}

#MainMenu > #shoppingCart > a
{
	color: #FFFFFF;
	background-color: #066AB4;
	
	border-top: 1px solid #066AB4;
	border-left: 1px solid #066AB4;
	border-right: 1px solid #066AB4;
	padding: 0px 4px 3px 4px;
	margin: 4px 0px 2px 0px;
	border-radius: 5px 5px 0px 0px;
	transition: none;
}

#MainMenu > #shoppingCart:hover > a
{
	border-bottom: none;
	
	padding: 0px 4px 3px 4px;
	margin: 4px 0px 2px 0px;
	position: relative;
	border-radius: 5px 5px 0px 0px;
	
	box-shadow: 2px 2px 0px 0px rgba(128,128,128,0.5);
}

#MainMenu > #shoppingCart > a.hover
{
	color: #000000;
	background-color: #ffffff;
	border-top: 1px solid #585858;
	border-left: 1px solid #585858;
	border-right: 1px solid #585858;
}	


#shoppingCart_dropdown table td
{
	color: #585858;
	font-family: Arial;
	font-size: 12px;
}

#MainMenu > div
{
	position: relative;
	float: left;
	padding: 0px;
}

#MainMenu > div > div
{
	position: absolute;
	background-repeat: no-repeat;
	background-position:center;
	width: 300px;
	min-height: 50px;
	
	top: 35px;
	left: 0px;
	border: 1px solid #585858;
	border-radius: 0px 5px 5px 5px;
	border-top: none;
	background-color: #ffffff;
	padding: 12px;
	
	z-index:5000;
	
	box-shadow: 2px 2px 0px 0px rgba(128,128,128,0.5);
}

#MainMenu > div > div  a
{
	color: #000000;
}

/* ===== [ TopCategoryMenu ] ================================================ */
#TopCategoryMenu
{
	margin-top: 7px;
	background-color: #585858; 
	height: 42px;
	font-family: Arial;
	font-size: 11.5px;
	font-weight: bolder;
	margin-bottom: 10px;
	border-radius: 5px;
	clear: right;
}

#TopCategoryMenu div
{
	padding: 0px 8px 0px 8px;
}

#TopCategoryMenu a
{
	padding: 5px 6px 5px 6px;
	line-height: 32px;
	color: #FFFFFF;
	text-decoration: none;
	float: left;
	text-align: center;
	transition: background-color 0.5s;
}

#TopCategoryMenu a.Selected
{
	background-color: #066AB4;
}

#TopCategoryMenu a:hover
{
	background-color: #A9BCF5;
}

#ContentWrapper
{
	width: 990px;
	margin-left: auto; 
	margin-right: auto;
	margin-top: -1px; 
	padding-top: 1px; 
	margin-bottom: -165px; 
	min-height: 100%; 
	padding-left: 10px;
	padding-right: 10px; 
	background-color: #fff; 
	box-shadow: 0px 0px 40px -10px;
}

/* ==== [ Common ] =================================================== */
.ExternalLogin
{
	display:inline-block;
	background-image: url('/Images/externallogin.png'); 
	width: 250px; 
	height: 38px; 
	line-height: 38px;
	background-position:0px 0px;
	border-radius: 3px;
	cursor:pointer;
	margin-bottom:5px;
}

.ExternalLogin.Facebook
{
	background-position:0px 0px;
}
.ExternalLogin.Google
{
	background-position:0px 39px;
}	

.ExternalLogin span
{
	display:block;
	width: 190px;
	margin-left:50px;
	font-size:16px;
	color:#FFFFFF;
	font-weight:bold;
	vertical-align: middle;
}
.tipimg
{
	float: right;
	background-image: url('../Images/notice_icons.png'); 
	width: 18px; 
	height: 18px; 
	margin:2px 2px 2px 2px;
	background-position:0px 0px;
	
}

.callButton
{
	background-image: url('../Images/call.png'); 
	width: 16px; 
	height: 16px; 
	float: right;
	margin:2px 2px 2px 2px;
	background-position: 17px 0px;
	cursor:pointer;

}
.callButton:hover
{
	background-position: 0px 0px;
}

.loginImage
{
	float: right;
	background-image: url('../Images/keylock.png'); 
	width: 16px; 
	height: 16px; 
	margin:2px 2px 2px 2px;
	background-position: 0px -17px;
}


.featHoImg
{
	float: right;
	background-image: url('../Images/cog.png'); 
	width: 16px; 
	height: 16px; 
	margin:2px 2px 2px 2px;
	background-position: 17px 0px;
	opacity:0.4;
}

.featHoImg.gray
{
	background-position: 17px 0px;
}

.featHoImg.silver
{
	background-position: -17px 0px;
}
.featHoImg.gold
{
	background-position:  0px 0px; 
}

.featHoImg.hover
{
	opacity:1.0;
}

.spinnercontainer{
	position: relative;
}

.spinner {

	width: 100%;
	height: 100%;
	background-color:#ffffff;
	opacity:0.8;
	filter:alpha(opacity=80);
	position:absolute;
	text-align:center;
	z-index:5000;
	display:none;
}

.spinner .posfixed {
	position: fixed;
	
	left: 50%;
	width: 400px;
	height: 200px;
	margin-left: -200px;
	margin-top: -100px;
	top: 50%;
}
.thumbdiv
{
	opacity:0.4; 
	filter:alpha(opacity=40); 
	display: inline-block; 
	border: 1px solid #c0c0c0; 
	margin-right: 10px; 
	margin-bottom: 5px; 
	border-radius: 5px;
}

.thumbdiv.Last
{
	margin-right: 0px; 
}


.thumbdiv:hover
{
	opacity:1; 
	filter:alpha(opacity=100); 

}
.maintiles
{
    color: #ffffff !important; 
	margin-bottom: 5px;
    width: 145px;
    border-radius: 5px;
    padding: 20px 10px;
    font-family: arial;
    font-size: 15pt;
    font-weight: bold;
    text-align: center;
	text-decoration:none;
    text-transform: uppercase;
	display: block;
	opacity:0.6;
	transition: opacity 0.3s;
}
.maintiles:hover
{
	opacity:0.9;
}
.maintiles.orange
{
	background-color: #FFB400;

}
.maintiles.lila
{
	background-color: #9900CC;
}
.maintiles.green
{
	background-color: #00B85C;
}
.maintiles.red
{
	background-color: #FF0000;
}

.maintiles.blue
{
	background-color: #066AB4;
}

.maintiles.cyan {
	background-color: #1bd8bf;
}

.maintiles.gray {
	background-color: #141b27;
}


.mainTileDeals
{
	margin-bottom: 5px;
	width: 159px;
	height: 240px;
	border-radius: 5px;
	display: block;
	background-color: #FFF;
	border: 3px solid #E6E6E6;
	transition: border-color 0.3s;
}
.mainTileDeals:hover
{
	border: 3px solid #066AB4;
	
}


.DealTile
{
	height:240px;
	width: 159px;
	position:relative;
	display:inline-block;

	font-family: arial;
	font-weight: bold;
	text-decoration:none;
	text-transform: uppercase;
	text-align: center;

}
.DealTile .countdown
{
	font-size: 12pt ;
	color: #FF0000;
	text-transform: none;
}

.DealTile .dealprice
{
	margin-top:5px;
	font-size: 20pt ;
	display:block;
}
.DealTile .dealname
{
	margin-top:5px;
	color: #066AB4;
	font-size: 10pt ;
	width:155px;
	overflow: hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	display:inline-block;

}

.DealTile .dealtitle
{
	margin-top:5px;
	font-size: 15pt ;
	display:block;
}


.mustfill
{
	background-image: url('../Images/starsyellow.png'); 
	width: 17px; 
	height: 17px; 
	margin:2px 2px 2px 2px;
	background-position:0px 0px;
	float:right;
}
.mustfillhalf
{
	background-image: url('../Images/starsyellow.png'); 
	width: 17px; 
	height: 17px; 
	margin:2px 2px 2px 2px;
	background-position:18px 0px;
	float:right;
}
/* ==== [ Form controls ] =================================================== */

textarea.textbox,
select.textbox,
input.textbox
{
	outline: none;
	border: 1px solid #c3c3c3;
	padding: 2px;
}

textarea.textbox:focus,
select.textbox:focus,
input.textbox:focus
{
	border: 2px solid #066AB4 !important; 
	padding: 1px;
	box-shadow:0px 0px 6px 0px #066AB4;
}

textarea[readonly].textbox:focus,
input[readonly].textbox:focus 
{
	border: 2px solid #c3c3c3 !important;
	padding: 1px;
	box-shadow:0px 0px 6px 0px #c3c3c3 !important;
}

textarea[required].textbox,
select[required].textbox,
input[required].textbox
{
	border: 2px solid #ff9999;
	padding: 1px;
	box-shadow:none;
}

textarea[required].textbox:focus,
select[required].textbox:focus,
input[required].textbox:focus
{
	border: 2px solid #066AB4 !important; 
	padding: 1px;
	box-shadow:0px 0px 6px 0px #066AB4;
}


a.button
{
	margin: 10px 0px 0px 10px;
	padding: 2px 8px 2px 8px;
	display: inline-block;
	cursor: pointer;
}

a.button,
input.button,
button.button::-moz-focus-inner 
{ 
	border:0; 
	padding:0;
}

a.button,
input.button,
button.button
{
	background-color: #066AB4; 
	border: 1px solid #195889;
	font-weight: bold;
	color: #FFFFFF !important; 
	text-decoration: none;
	padding: 2px 8px 2px 8px; 
	cursor: pointer;
	font-family: Arial;
	font-size: 12px;
	border-radius: 1px;
	transition: background-color 0.3s;
}

a.button.button2,
input.button.button2,
button.button.button2
{
	background-color: #FF3399;
	border: 1px solid #991F5C;
}

a.button.button3,
input.button.button3,
button.button.button3
{
	background-color: #008E04;
	border: 1px solid #005B02;
}

a.button.button4,
input.button.button4,
button.button.button4
{
	background-color: #FF0000;
	border: 1px solid #B20000;
}
a.button:hover,
input.button:hover,
button.button:hover
{
	background-color: #44A8F5;
	box-shadow:0px 0px 6px 0px #44A8F5;
}
a.button.button2:hover,
input.button.button2:hover,
button.button.button2:hover
{
	background-color: #FF5CAD;
	box-shadow:0px 0px 6px 0px #FF5CAD;
	
}
a.button.button3:hover,
input.button.button3:hover,
button.button.button3:hover
{
	background-color: #4DB04F;
	box-shadow:0px 0px 6px 0px #4DB04F;
	
}

a.button.button4:hover,
input.button.button4:hover,
button.button.button4:hover
{
	background-color: #FF3333;
	box-shadow:0px 0px 6px 0px #FF3333;
	
}

.button .indicator
{
	position: relative;
	left: 8px;
	background-color: #ffb400; 
	color: #000000; 
	font-weight: bold; 
	font-size: 12px; 
	padding: 1px 4px 1px 4px ; 

	margin-right: 2px;
	border-radius: 2px;
}

.button:disabled
{
	color: #ffffff !important;
	background-color: #888888 !important;
	border: 1px solid #6D6D6D;

}

.button:disabled:hover
{
	color: #ffffff !important;
	background-color: #888888 !important;
	border: 1px solid #6D6D6D;
	box-shadow:0px 0px 6px 0px #888888;
}

.button.heart 
{
    min-height: 16px;
	background-image: url(/images/heart.png);
	background-size:12px 12px;
	background-repeat:no-repeat;
	background-position: 8px 50%;
	padding-left: 24px !important;
}

.button.heart .indicator
{
    font-size: 10px; 
}

.button.rateup 
{
    min-height: 16px;
	background-image: url(/images/rateup.png);
	background-size:12px 12px;
	background-repeat:no-repeat;
	background-position: 8px 50%;
	padding-left: 16px !important;
}
.button.ratedown 
{
    min-height: 16px;
	background-image: url(/images/ratedown.png);
	background-size:12px 12px;
	background-repeat:no-repeat;
	background-position: 8px 50%;
	padding-left: 16px !important;
}
.button.cartsmall 
{
	min-height: 16px;
	background-image: url(/images/cart.png);
	background-size:12px 12px;
	background-repeat:no-repeat;
	background-position: 8px 50%;
	padding-left: 24px !important;
}
				
.button.cartsmall:hover 
{
	background-size:12px 12px;
	background-repeat:no-repeat;
}


.viewMailButton
{
	width: 18px; height: 18px;
	background-size: 100% auto; 
	background-image: url('../Images/viewmail.png');
	cursor: pointer;
	display:inline-block;
	position:relative;
	top: 5px;
	
}

/* ========================================================================== */

#FancySearchBox
{
	overflow: hidden;
	border-radius: 5px;
	border: 2px solid #DDDDDD;
	height: 38px !important;
	background-position: 8px 50%;
	background-image: url('/Images/SearchIcon.png');
	background-repeat: no-repeat;
	transition: border-color 0.5s, width 2s;
	position: relative;
	z-index: 9996;
	background-color: #ffffff;
}

#FancySearchBox:hover, 
#FancySearchBox.active,
#FancySearchBoxHost.active #FancySearchBox
{
	border-color: #066AB4 !important;
}

#FancySearchBox:hover input, #FancySearchBox.active input
{
	color: #585858 !important;

}

#FancySearchBox input
{
	font-size:20px;
	border: 0px;
	color: #8E8E8E;
	outline: none;
	margin: 0px 0px 0px 31px;
	padding: 6px 3px 5px 0px;
	width: -moz-calc(100% -36px);
	width: -webkit-calc(100% - 36px);
	width: calc(100% - 36px);
	transition: color 0.5s;
}

#FancySearchBoxHost 
{
	
}

#FancySearchBoxHost .closebutton 
{
	background-image: url("/Images/close.png");
	cursor: pointer;
	height: 36px;
	position: absolute;
	right: -14px;
	top: -15px;
	width: 36px;
}

#FancySearchBoxHost.active 
{
	
}

#FancySearchBoxHost.active > .background 
{
	display: block;
	opacity: 0.8;
}

#FancySearchBoxHost.active > .window 
{
	display: block;
}

#FancySearchBoxHost > .window 
{
	display: none;
	
	position: absolute;
	width: 990px;
	left: 50%;
	top: 123px;
	margin-left: -495px;
	
	
	xheight: 200px;
	z-index: 9996;
	
}

#FancySearchBoxHost > .window > .content
{
	padding: 10px;
	border: 2px solid #DDDDDD;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background-color: #fff;
	min-height: 340px;
	
}

#FancySearchBoxHost > .background 
{
	display: none;


	xtransition: opacity 5s;
	background-color: #EBECFF;
	xopacity: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	z-index: 9995;
}
					

#Footer
{
	clear: both;
	font-family: arial;
	font-size: 11px;
	color: #585858;
	line-height: 1.4em;
	height: 200px;
	background-color: #f2f2f2;
	border-top: 1px solid #a0a0a0;
	
}

#Footer h3
{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 1em;
}

#Footer td.category
{
	padding: 10px;
	font-family: arial;
	font-size: 11px;
	color: #585858;
	line-height: 1.4em;
}

#SideBar
{
	width: 165px; 
	float: left; 
	margin-bottom: 20px;
}

#socialMedia .background
{
	background-color: #EBECFF;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	width: 100%;
}

#socialMediaHover .window
{
	position: fixed; 
	left: 50%; 
	top: 50%; 
	width: 500px;
	height: 350px;
	margin-left: -250px; 
	margin-top: -200px; 
	
	border: 1px solid #585858;
	background-color: #ffffff;
	
	padding: 3px;
	
	box-shadow:	0 0 90px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.socialMediaHover
{
	z-index:10000;
	display: none;
}

.socialMediaHover .background
{
	z-index:10000;
	background-color: #EBECFF;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	width: 100%;
	
}

.socialMediaHover .window
{
	z-index:10100;
	position: fixed; 
	left: 50%; 
	top: 50%; 
	width: 500px;
	height: 350px;
	margin-left: -250px; 
	margin-top: -200px; 

	border: 1px solid #585858;
	background-color: #ffffff;
	
	padding: 3px;
	
	box-shadow:	0 0 90px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

.socialMediaHover .window .closebutton
{
	background-image: url('/Images/close.png'); 
	width: 36px; 
	height: 36px; 
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
}

#subReferancePage .background
{
	background-color: #EBECFF;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	width: 100%;
}

#subReferancePage .window
{
	position: fixed; 
	z-index:10100;
	left: 50%; 
	top: 50%; 
	width: 700px;
	height: 400px;
	
	
	margin-left: -350px; 
	margin-top: -200px;  
	
	border: 1px solid #585858;
	background-color: #ffffff;
	
	padding: 3px;
	
	box-shadow:	0 0 90px #000;
	-webkit-box-shadow: 0 0 90px #000;
}

#subReferancePage
{
	z-index:10000;
	display: none;
}

#subReferancePage .background
{
	z-index:10000;
	background-color: #EBECFF;
	position: fixed;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.8;
	width: 100%;
	
}

#subReferancePage .window .closebutton
{
	background-image: url('/Images/close.png'); 
	width: 36px; 
	height: 36px; 
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
}

/* === [ CategoryMenu ] ========= */
#CategoryMenu
{
	background-color: #efefef; 
	font-size: 11px; 
	font-family: Arial; 
	color: #585858;
	margin-bottom: 10px;
	padding: 20px 0px;
	border-radius: 5px;
}

#CategoryMenu ul
{
	margin: 0px;
	padding: 0px;
}

#CategoryMenu li
{
	list-style-type: none;
	list-style-image: none;
}

#CategoryMenu li.Selected li > a
{
	background-color: #e1e1e1;
	border-color: #e1e1e1;
}

#CategoryMenu li.Selected > a
{
	background-color: #86c0ee !important;
	border-color: #86c0ee !important;
	background-image: url('../Images/CategoryBulletSelected_Down.png');
	font-weight: bold;
	color: #ffffff;
}

#CategoryMenu li a
{
	padding-left: 25px;
	background-image: url('../Images/CategoryBullet.png');
	background-repeat: no-repeat;
	background-position: 10px 5px;
}

#CategoryMenu li li a
{
	background-position: 25px 5px;
	padding-left: 40px;
}

#CategoryMenu li li li a
{
	background-position: 35px 5px;
	padding-left: 50px;
}

#CategoryMenu li.Leaf.Selected > a
{
	background-color: #066AB4 !important;
	border-color: #066AB4 !important;
	color: #ffffff !important;
}

#CategoryMenu li.Leaf > a
{
	background-image: none;
}

#CategoryMenu a
{
	display: block;
	color: #585858;
	text-decoration: none;
	padding: 3px 0px 1px 0px;
	
	border-bottom: 2px solid #efefef;
	
	transition: color 0.5s, border-color 0.5s;;
}

#CategoryMenu li.Selected li > a:hover,
#CategoryMenu a:hover
{
	color: #066AB4;
	xborder-bottom: 2px solid #066AB4;
	xpadding-bottom: 1px;
	border-color: #066AB4 !important;
}


/* ================ */
table
{
	font-family: Arial;
	font-size: 12px;
}

#MainContent
{
	margin-left: 175px;
	margin-bottom: 0px;
	padding-bottom: 200px; /* 35+165 */
	font-family: Arial;
	font-size: 12px;
}

#SideBar
{
	font-family: Arial;
	font-size: 12px;
}

/* == [ Common ] == */

h1
{
	font-family: Arial;
	font-size: 20px;
	color: #066AB4;
}

h2
{
	font-family: Arial;
	font-size: 17px;
	color: #066AB4;
}

h3
{
	font-family: Arial;
	font-size: 14px;
	color: #066AB4;
}
h4
{
	font-family: Arial;
	font-size: 12px;
	color: #066AB4;
}
h6
{
	font-family: Arial;
	font-size: 20px;
	color: #066AB4;
}
a:link, a:visited

a:link, 
a:visited
{
	color: #066AB4;
}

/* == [ Stock Indicator ] == */
.StockIndicator,
.StockIndicatorSmall
{
	line-height: 24px; 
	height: 24px; 
	display: inline-block; 
	background-image: url('../Images/Stock_Indicators.png'); 
	background-position: 0 0px;
	background-repeat: no-repeat;
	color: #585858; 
	font-family: Arial; 
	font-size: 11px;
	text-align: left;
}

.StockIndicator
{
	width: 190px; 
}

.StockIndicatorSmall
{
	width: 25px; 
}

.StockIndicatorMixed
{
	position: relative;
	width: 25px;
}

.StockIndicatorMixed .StockIndicator
{
	display: none;
	position: absolute;
	left: 00px;
	top: 0px;
	z-index: 1000;
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
}

.StockIndicatorMixed:hover .StockIndicator
{
	display: inline-block
}
.StockIndicator.Direct
{
	background-position: 0px -125px !important;
}
.StockIndicator.Full
{
	background-position: 0px -75px !important;
}
.StockIndicator.Assembly
{
	background-position: 0px 0px !important;
}
.StockIndicator.Order
{
	background-position: 0px -100px !important;
}

.StockIndicator.ETA
{
	background-position: 0px -25px !important;
}

.StockIndicator.None
{
	background-position: 0px -50px !important;
}
.StockIndicatorSmall.Direct
{
	background-position: -191px -125px !important;
}
.StockIndicatorSmall.Full
{
	background-position: -191px -75px !important;
}
.StockIndicatorSmall.Assembly
{
	background-position: -191px 0px !important;
}
.StockIndicatorSmall.Order
{
	background-position: -191px -100px !important;
}
.StockIndicatorSmall.ETA
{
	background-position: -191px -25px !important;
}

.StockIndicatorSmall.None
{
	background-position: -191px -50px !important;
}

.StockIndicator span,
.StockIndicatorSmall span
{
	margin-left: 27px;
}


/* == [ TabStrip ] == */
.TabStrip
{
	xbackground-image: url('../Images/Tabs.png');
	background-position: 0px -96px;
	height: 23px; 
	margin-top: 10px;
	
	border-bottom: 1px solid #c1c1c1;
}

.TabStrip table.Tab 
{
	xmargin-left: 5px; 
	font-size: 12px; 
	font-family: Arial; 
	color: #585858;
	font-weight: bold; 
	height: 23px; 
	xbackground-image: url('../Images/Tabs.png');
	background-position: 0px -24px;
	float:left;
	border-bottom: 4px solid #fff;
	transition: border-color 0.3s;
}

.TabStrip table.Tab:hover
{
	border-bottom: 4px solid #A9BCF5;
}

.TabStrip table.Tab td.label
{
	padding-left: 8px;
	padding-right: 8px;
}

.TabStrip table.Tab td.first-child,
.TabStrip table.Tab td.last-child
{
	xbackground-image: url('../Images/Tabs.png');
	width: 4px;
	padding: 0px;
}

.TabStrip table.Tab td.first-child
{
	background-position: 0px 0px;
}

.TabStrip table.Tab td.last-child
{
	background-position: -4px 0px;
}

.TabStrip table.Tab.Active
{
	background-position: 0px -72px !important;
	color: #066AB4; 
	border-bottom: 4px  solid #066AB4;
}

.TabStrip table.Tab.Active td.first-child
{
	background-position: 0px -48px !important;
}

.TabStrip table.Tab.Active td.last-child
{
	background-position: -4px -48px !important;
}

.TabContent
{
	padding-top: 10px;
	xborder-left: 1px solid #c1c1c1; 
	xborder-right: 1px solid #c1c1c1; 
	xborder-bottom: 1px solid #c1c1c1; 
	xpadding: 10px;
}


/* == [ ProductList ] == */
.PageNumber
{
	border-radius:2px;
	font-family: Arial;
	font-size: 11px;
	color: #066AB4;
	min-width: 13px;
	padding: 0px 3px  ;
	height: 20px;
	display: inline-block;
	text-decoration: none;
	line-height: 21px;
	text-align: center;
	cursor:pointer;
}

.PageNumber.Selected
{
	background-color: #066AB4;
	color: #ffffff;
}

table.ProductList a
{
	text-decoration: none;
	color: #585858;
}

table.ProductList thead tr
{
	height: 28px;
	color: #000000;
	
}
table.ProductList thead th
{
	border-top: 1px solid #A6A6A6;
	border-bottom: 1px solid #A6A6A6;
}


table.ProductList thead th
{
	text-align: left;
	padding: 0px 5px 0px 5px;
}

table.ProductList tbody td.hover:hover
{
	cursor:pointer;
}
table.ProductList tbody td.hover:hover .imghoverright
{
	background-image: url('../Images/pins.png'); 
	width: 16px; 
	height: 16px; 
	margin-left:1px;
	margin-right:1px;
	background-position:0px 0px;
	display:inline-block;
	float:right;
	visibility:visible;
}

table.ProductList tbody td.hover .imghoverright
{
	background-image: url('../Images/pins.png'); 
	width: 16px; 
	height: 16px; 
	margin-left:1px;
	margin-right:1px;
	background-position:17px 0px;
	float:right;
	visibility:hidden;
}
table.ProductList tbody td.hover:hover .imghover
{
	background-image: url('../Images/pins.png'); 
	width: 16px; 
	height: 16px; 
	margin-left:1px;
	margin-right:1px;
	background-position:0px 0px;
	display:inline-block;
	float:left;
	visibility:visible;
}

table.ProductList tbody td.hover .imghover
{
	background-image: url('../Images/pins.png'); 
	width: 16px; 
	height: 16px; 
	margin-left:1px;
	margin-right:1px;
	background-position:17px 0px;
	float:left;
	visibility:hidden;
}

table.ProductList
{
	border-bottom: 1px solid #A6A6A6;
}

table.ProductList tbody td
{
	font-family: Arial;
	font-size: 12px;
	color: #585858;
	padding: 5px;
}

table.ProductList tbody tr.alt 
{	
	background-image: url('../Images/List_Row_Alt.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #edf7ff;
}

table.ProductList tbody tr.alt2 
{	
	background-image: url('../Images/List_Row_Orange.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #FFD098;
}

table.ProductList tbody tr.alt3
{	
	background-image: url('../Images/List_Row_Green.png');
	background-repeat: repeat-x;
	background-position: 0 0;
	background-color: #D4EFC3;
}

table.ProductList tbody tr.boldLine
{	
	font-weight:bold;
}

table.ProductList tbody tr + tr td
{
	border-top: 1px solid #e6e6e6;
}

table.ProductList .quickCompare1
{

}

table.ProductList .changedFeature .quickCompare1 
{

	border-right: 5px solid #066AB4;
}


table.ProductList .compare,
table.ProductList .alt .compare,
table.ProductList .alt2 .compare
table.ProductList .alt3 .compare
{
	background-image:url("../Images/compare.png");
	background-repeat: repeat-y;
	background-position:50%;
}

.featureyes
{
	width: 12px;
	height: 12px;
	display:inline-block;
	background-image:url("../Images/yesno.png");
	background-position:0px 0px;
	background-repeat: none;
	margin:0px;
	padding:0px;
}

.featureno
{
	width: 12px;
	height: 12px;
	display:inline-block;
	background-image:url("../Images/yesno.png");
	background-position:12px 0px;
	background-repeat: none;
	margin:0px;
	padding:0px;
}

.plusicon
{
	background-image: url('../Images/plusminus.png'); 
	width: 12px; 
	height: 12px; 
	margin-left:1px;
	margin-right:1px;
	background-position:0px 0px;
	float:left;
	cursor:pointer;
}
.plusicon:hover
{
	background-image: url('../Images/plusminus.png'); 
	background-position:13px 0px;
}
.minusicon
{
	background-image: url('../Images/plusminus.png'); 
	width: 12px; 
	height: 12px; 
	margin-left:1px;
	margin-right:1px;
	background-position:0px -13px;
	background-repeat:none;
	float:left;
	cursor:pointer;
}
.minusicon:hover
{
	background-image: url('../Images/plusminus.png'); 
	background-position:13px -13px;
}

/* == [ LastSeenTile ] == */
a.LastSeenTile
{
	display: block;
	border-top: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	border-bottom: 6px solid #e6e6e6;
	height: 56px;
	width: 80px;
	overflow: hidden;
	padding: 4px 0px 0px 83px;
	text-decoration: none; 
	font-size: 11px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
}

a.LastSeenTile:hover
{
	border-bottom: 6px solid #066AB4;
}

	
/* =================== */


.TextContent {
    margin-left: 10px;
}

.TextContent > p {
    max-width: 600px;
    line-height: 1.4em;
    font-size: 1.1em;
    text-align: justify;

}
.TextContent > ol {
    max-width: 560px;
	
    line-height: 1.4em;
    font-size: 1.1em;
    text-align: justify;
}
.TextContent > ul {
    max-width: 560px;
	
    line-height: 1.4em;
    font-size: 1.1em;
    text-align: justify;
}

#complexity{
	text-align: center;
}
.default{background-color: #BAF1FF;}
.weak{background-color: #47D1FF;}
.strong{background-color: #5CADFF;}
.stronger{background-color: #1975FF; }
.strongest{background-color: #4747FF;}

.simple_overlay,
.imageSingel_overlay,
.pdffile_overlay,
.mail_overlay

{
	display:none;
	z-index:10000;
	background-color: #ffffff;
	border:1px solid #585858;

	box-shadow:	0 0 90px #000;
	-webkit-box-shadow: 0 0 90px #000;	
}

.simple_overlay .close,
.imageSingel_overlay .close,
.pdffile_overlay .close,
.mail_overlay .close
{
	background-image:url('../Images/close.png');
	position:absolute;
	right:-15px;
	top:-15px;
	cursor:pointer;
	height:35px;
	width:35px;
}

.simple_overlay 
{
	min-width:850px;	
	min-height:400px;
}

.imageSingel_overlay 
{
	width:675px;	
	min-height:400px;
}

.mail_overlay ,
.pdffile_overlay 
{
	width:850px;	
	min-height:400px;
}

.mail_overlay  > div
{
	border: none;
	width:830px;	
	height:500px;
	overflow-x: hidden;
	overflow-y: scroll;
}

.pdffile_overlay  iframe
{
	border: none;
	width:825px;	
	height:500px;
}

